Skip to content

Conversation

@7Hazard
Copy link
Contributor

@7Hazard 7Hazard commented Jan 14, 2026

Support byte[] class fields conversion for bytes DB type.
Previously, the following exception was thrown:

com.surrealdb.SurrealException: No field found: byte[]
	at com.surrealdb.ValueBuilder.convertObject(ValueBuilder.java:108)
	at com.surrealdb.ValueBuilder.convert(ValueBuilder.java:113)
	at com.surrealdb.ValueBuilder.convertObject(ValueBuilder.java:103)
	at com.surrealdb.ValueBuilder.convert(ValueBuilder.java:113)
	at com.surrealdb.Surreal.create(Surreal.java:226)
	at com.surrealdb.Surreal.create(Surreal.java:243)

I made a new PR so it's not based on the fork's main branch, this was my first PR for this addition.

@emmanuel-keller
Copy link
Collaborator

@7Hazard Thanks for that contribution, that's a great addition!

@emmanuel-keller emmanuel-keller merged commit 7ef6069 into surrealdb:main Jan 26, 2026
51 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants